Drop GdkSpan type
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Oct 2010 13:39:10 +0000 (09:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 1 Oct 2010 13:39:10 +0000 (09:39 -0400)
GdkSpan is not used anywhere.

gdk/gdktypes.h

index 42ebf5994361b5191ab3632691f9dbf7cbc2a19e..a5543d93386b12268b857804211ca885087f5105 100644 (file)
@@ -65,7 +65,6 @@ G_BEGIN_DECLS
  */
 typedef struct _GdkPoint             GdkPoint;
 typedef cairo_rectangle_int_t        GdkRectangle;
-typedef struct _GdkSpan                      GdkSpan;
 
 typedef struct _GdkAtom            *GdkAtom;
 
@@ -252,12 +251,6 @@ struct _GdkPoint
   gint y;
 };
 
-struct _GdkSpan
-{
-  gint x;
-  gint y;
-  gint width;
-};
 
 G_END_DECLS